home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global soundspath, whosnow, cards
- if (item 2 of cards <> 1) or (item 3 of cards <> 1) then
- sound playFile 1, soundspath & "323"
- repeat with i = 60 to 65
- sprite(i).visible = 0
- end repeat
- sprite(61).visible = 1
- whosnow = "doc"
- end if
- end
-